home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -serious- / programming / other / dopus412-gpl / dopus_print / makefile < prev    next >
Makefile  |  2000-02-28  |  326b  |  22 lines

  1. OBJS = print.o printreq.o doprint.o data.o printdir.o lsprintf.o strings.o
  2.  
  3. All : DOpus_Print
  4.  
  5. DOpus_Print : $(OBJS)
  6.     slink with <<
  7. define __ctype=___ctype
  8. from lib:cres.o $(OBJS)
  9. to DOpus_Print
  10. lib lib:scm.lib lib:sc.lib lib:amiga.lib
  11. noicons
  12. maxhunk 51200
  13. sd
  14. nodebug
  15. <
  16.  
  17. .c.o:
  18.     sc $*.c
  19. .asm.o:
  20.     sc:c/asm -isc:include $*.asm
  21.  
  22.